home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / codigo / Platform.txt < prev    next >
Text File  |  2006-12-20  |  7KB  |  135 lines

  1. stop();
  2.  
  3. ///////////////////////
  4.  
  5.  _root.secoes.plataforma.bot_1.onRelease = function() {
  6.        _root.secoes.tipo.gotoAndStop("jogar");
  7.        _root.nome = "Sonic Mega Collection"; 
  8.        _root.secoes.descricoes.descricao.text =  "The classic Sonic game, now in flash: It's time to remember the famous porcupine"; 
  9.        _root.controle = "Arrow keys - to control, Space bar - to jump"; 
  10.        _root.comando = "run.app";
  11.        _root.licenca = "Feeware";
  12.        _root.caminho = "\\Platform\\Sonic Mega Collection\\Loader.swf";
  13.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Platform\\Sonic Mega Collection\\Loader.swf";
  14.        loadMovie("interface\\imagens\\SonicMega.jpg", "_root.secoes.descricoes.destino");
  15.    };
  16.    // -------
  17.  
  18.  _root.secoes.plataforma.bot_2.onRelease = function() {
  19.        _root.secoes.tipo.gotoAndStop("jogar");
  20.        _root.nome = "Alex in the Danger"; 
  21.        _root.secoes.descricoes.descricao.text =  "In this hostile planet, you must find the door to go away"; 
  22.        _root.controle = "Arrow keys - to control, Space bar - to shoot"; 
  23.        _root.comando = "run.app";
  24.        _root.licenca = "Feeware";
  25.        _root.caminho = "\\Platform\\alex_in_the_danger.swf";
  26.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Platform\\alex_in_the_danger.swf";
  27.        loadMovie("interface\\imagens\\alex_in_the_danger.jpg", "_root.secoes.descricoes.destino");
  28.    };
  29.    // -------
  30.  
  31.  _root.secoes.plataforma.bot_3.onRelease = function() {
  32.        _root.secoes.tipo.gotoAndStop("jogar");
  33.        _root.nome = "Mission Candy"; 
  34.        _root.secoes.descricoes.descricao.text =  "Face up the monsters while you search for food. The more you eat, the more points you'll score"; 
  35.        _root.controle = "Arrow keys - to control, Pressing up arrow key - to jump, Space bar - action key"; 
  36.        _root.comando = "run.app";
  37.        _root.licenca = "Feeware";
  38.        _root.caminho = "\\Platform\\mission_candy.swf";
  39.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Platform\\mission_candy.swf";
  40.        loadMovie("interface\\imagens\\mission_candy.jpg", "_root.secoes.descricoes.destino");
  41.    };
  42.    // -------
  43.  
  44.  _root.secoes.plataforma.bot_4.onRelease = function() {
  45.        _root.secoes.tipo.gotoAndStop("jogar");
  46.        _root.nome = "Alien"; 
  47.        _root.secoes.descricoes.descricao.text =  "Help the alien gets to next platform making him jump in the right time"; 
  48.        _root.controle = "Mouse left button - to jump"; 
  49.        _root.comando = "run.app";
  50.        _root.licenca = "Feeware";
  51.        _root.caminho = "\\Platform\\alien.swf";
  52.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Platform\\alien.swf";
  53.        loadMovie("interface\\imagens\\alien.jpg", "_root.secoes.descricoes.destino");
  54.    };
  55.    // -------
  56.  
  57.  _root.secoes.plataforma.bot_5.onRelease = function() {
  58.        _root.secoes.tipo.gotoAndStop("jogar");
  59.        _root.nome = "Agro Vacations"; 
  60.        _root.secoes.descricoes.descricao.text =  "Your summer camp is crowded with animals. You must leave the forest"; 
  61.        _root.controle = "Arrow keys - to control, Space bar - to shoot"; 
  62.        _root.comando = "run.app";
  63.        _root.licenca = "Feeware";
  64.        _root.caminho = "\\Platform\\agro_vacations.swf";
  65.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Platform\\agro_vacations.swf";
  66.        loadMovie("interface\\imagens\\agro_vacations.jpg", "_root.secoes.descricoes.destino");
  67.    };
  68.    // -------
  69.  
  70.  _root.secoes.plataforma.bot_6.onRelease = function() {
  71.        _root.secoes.tipo.gotoAndStop("jogar");
  72.        _root.nome = "Kong Mini1"; 
  73.        _root.secoes.descricoes.descricao.text =  "Miss all obstacles to release the gorilla"; 
  74.        _root.controle = "Arrow keys - to control, Space bar - to jump"; 
  75.        _root.comando = "run.app";
  76.        _root.licenca = "Feeware";
  77.        _root.caminho = "\\Platform\\mini.swf";
  78.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Platform\\mini.swf";
  79.        loadMovie("interface\\imagens\\mini.jpg", "_root.secoes.descricoes.destino");
  80.    };
  81.    // -------
  82.  
  83.  _root.secoes.plataforma.bot_7.onRelease = function() {
  84.        _root.secoes.tipo.gotoAndStop("jogar");
  85.        _root.nome = "Kong Mini2"; 
  86.        _root.secoes.descricoes.descricao.text =  "In this amusing game, you must find all keys to release the gorilla"; 
  87.        _root.controle = "Arrow keys - to control, Space bar - to jump"; 
  88.        _root.comando = "run.app";
  89.        _root.licenca = "Feeware";
  90.        _root.caminho = "\\Platform\\mini2.swf";
  91.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Platform\\mini2.swf";
  92.        loadMovie("interface\\imagens\\mini2.jpg", "_root.secoes.descricoes.destino");
  93.    };
  94.    // -------
  95.  
  96.  _root.secoes.plataforma.bot_8.onRelease = function() {
  97.        _root.secoes.tipo.gotoAndStop("jogar");
  98.        _root.nome = "The Lost Minis "; 
  99.        _root.secoes.descricoes.descricao.text =  "This is a great adventure with our friends"; 
  100.        _root.controle = "Arrow keys - to control, Pressing up arrow key - to jump"; 
  101.        _root.comando = "run.app";
  102.        _root.licenca = "Feeware";
  103.        _root.caminho = "\\Platform\\mms\\TheLostMinis.swf";
  104.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Platform\\mms\\TheLostMinis.swf";
  105.        loadMovie("interface\\imagens\\minis.jpg", "_root.secoes.descricoes.destino");
  106.    };
  107.    // -------
  108.  
  109.  _root.secoes.plataforma.bot_9.onRelease = function() {
  110.        _root.secoes.tipo.gotoAndStop("jogar");
  111.        _root.nome = "Muneeba"; 
  112.        _root.secoes.descricoes.descricao.text =  "Protect the girl from the forest monsters and drive her home"; 
  113.        _root.controle = "Arrow keys - to control, Pressing up arrow key - to jump"; 
  114.        _root.comando = "run.app";
  115.        _root.licenca = "Feeware";
  116.        _root.caminho = "\\Platform\\muneeba.swf";
  117.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Platform\\muneeba.swf";
  118.        loadMovie("interface\\imagens\\muneeba.jpg", "_root.secoes.descricoes.destino");
  119.    };
  120.    // -------
  121.  
  122.  _root.secoes.plataforma.bot_10.onRelease = function() {
  123.        _root.secoes.tipo.gotoAndStop("jogar");
  124.        _root.nome = "Monzee"; 
  125.        _root.secoes.descricoes.descricao.text =  "Jump from cloud to cloud until you complete your mission"; 
  126.        _root.controle = "Arrow keys - to control, Space bar - to jump, more info on game"; 
  127.        _root.comando = "run.app";
  128.        _root.licenca = "Feeware";
  129.        _root.caminho = "\\Platform\\monzee.swf";
  130.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Platform\\monzee.swf";
  131.        loadMovie("interface\\imagens\\monzee.jpg", "_root.secoes.descricoes.destino");
  132.    };
  133.    // -------
  134.  
  135.